Class yassl.unarynode
All Packages This Package Previous Next
Class yassl.unarynode
java.lang.Object
|
+----yassl.pnode
|
+----yassl.unarynode
-
public class
unarynode
-
extends pnode
This is the class of operator nodes with atleast one child.
-
unarynode(int, pnode)
-
-
wiggle()
-
Unary nodes implement their precedence by making sure
the precedence of the node is no larger than
their child.
unarynode
public unarynode(int type,
pnode child)
wiggle
public pnode wiggle()
-
Unary nodes implement their precedence by making sure
the precedence of the node is no larger than
their child.
-
Overrides:
-
wiggle in class pnode
All Packages This Package Previous Next